home *** CD-ROM | disk | FTP | other *** search
Text File | 1998-08-17 | 557 b | 26 lines | [TEXT/MPS ] |
- ;
- ; File: Unicode.a
- ;
- ; Contains: Types, constants, and prototypes for Unicode Converter
- ;
- ; Version: Technology: Mac OS 8 (Tempo)
- ; Release: Universal Interfaces 3.2
- ;
- ; Copyright: © 1994-1998 by Apple Computer, Inc., all rights reserved.
- ;
- ; Bugs?: For bug reports, consult the following page on
- ; the World Wide Web:
- ;
- ; http://developer.apple.com/bugreporter/
- ;
- ;
- IF &TYPE('__UNICODE__') = 'UNDEFINED' THEN
- __UNICODE__ SET 1
-
- IF &TYPE('__UNICODECONVERTER__') = 'UNDEFINED' THEN
- include 'UnicodeConverter.a'
- ENDIF
-
- ENDIF ; __UNICODE__
-
-